{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Contribution (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %}
This game has {{ Constants.players_per_group }} players per group, with each player receiving {{ Constants.endowment }} tokens per round.
All tokens donated by the group to the collective pot will be multiplied by {{ Constants.multiplier }} and shared equally between all group members.
{% formfield player.contribution label="How many tokens will you contribute?" %} {% next_button %} {% endblock %}